home *** CD-ROM | disk | FTP | other *** search
/ Super PC 33 / Super PC 33 (Shareware).iso / spc / sonido / timidity / source / readme < prev    next >
Encoding:
Text File  |  1995-08-03  |  3.2 KB  |  84 lines

  1. ---------------------------------*-text-*---------------------------------
  2.  
  3.     TiMidity -- Experimental MIDI to WAVE converter
  4.     Copyright (C) 1995 Tuukka Toivonen <titoivon@snakemail.hut.fi>
  5.  
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program; if not, write to the Free Software
  18.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. --------------------------------------------------------------------------
  21.  
  22.     This is the README file for TiMidity v0.2.
  23.  
  24.     TiMidity is a MIDI to WAVE converter that uses Gravis
  25. Ultrasound(*)-compatible patch files to generate digital audio data
  26. from General MIDI files. The audio data can be played through any
  27. sound device or stored on disk. On a fast machine, music can be
  28. played in real time. TiMidity runs under Linux, FreeBSD, HP-UX, and
  29. SunOS, and porting to other systems with gcc should be easy.
  30.  
  31.     TiMidity Features:
  32.  
  33.     * 32 or more dynamically allocated fully independent voices
  34.     * Compatibility with GUS patch files
  35.     * Output to 16- or 8-bit PCM or uLaw audio device, file, or
  36.           stdout at any sampling rate
  37.     * Optional interactive mode with real-time status display
  38.       under ncurses and SLang terminal control libraries
  39.     * Support for transparent loading of compressed MIDI files and
  40.       patch files
  41.  
  42.     * Support for the following MIDI events:
  43.       - Program change
  44.       - Key pressure
  45.       - Channel main volume
  46.       - Tempo
  47.       - Panning
  48.       - Damper pedal (Sustain)
  49.       - Pitch wheel
  50.       - Pitch wheel sensitivity
  51.       - Change drum set
  52.  
  53. * The file "CHANGES" contains a brief list of what has changed since
  54.   the previous version. Please check it if you've been using a TiMidity
  55.   version older than 0.2d. You may have to modify your configuration
  56.   files slightly -- look at the included "gravis.cfg" for examples.
  57.  
  58. * Installation instructions are in the file "INSTALL".
  59.  
  60. * Instructions for use can be found in the manual page "timidity.man",
  61.   preformatted in "timidity.txt", and in comments in the configuration
  62.   files.
  63.  
  64. * The GNU General Public License can, as always, be found in the file
  65.   "COPYING".
  66.  
  67. * TiMidity requires sampled instruments (patches) to play MIDI files. You
  68.   should get the file "timidity-lib-0.1.tar.gz" and unpack it in the same
  69.   directory where you unpacked the source code archive. You'll want more
  70.   patches later -- read the file "FAQ" for pointers.
  71.  
  72. * The latest version of TiMidity can be found on the TiMidity Home Page,
  73.   URL http://www.hut.fi/~titoivon/timidity/
  74.  
  75. * If you have any comments or suggestions, please email me!
  76.  
  77.  
  78.             Tuukka Toivonen <titoivon@snakemail.hut.fi>
  79.  
  80.  
  81. [(*) Any Registered Trademarks used anywhere in the documentation or
  82. source code for TiMidity are acknowledged as belonging to their
  83. respective owners.]
  84.